crypto/internal/bigmod.Nat.sub (method)

3 uses

	crypto/internal/bigmod (current package)
		nat.go#L289: func (x *Nat) sub(y *Nat) (c uint) {
		nat.go#L490: 	underflow := t.sub(m.nat)
		nat.go#L502: 	underflow := x.sub(y)